home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m09intro.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  334 b   |  16 lines

  1. on mouseDown
  2.   global gNotesWindow, gHelpWindow
  3.   set the castNum of sprite 48 to cast "b012"
  4.   if pressLessonButton(48) then
  5.     sound stop 2
  6.     pupSprites(1, 48, 0)
  7.     if objectp(gHelpWindow) then
  8.       forget(gHelpWindow)
  9.     end if
  10.     if objectp(gNotesWindow) then
  11.       forget(gNotesWindow)
  12.     end if
  13.     quit()
  14.   end if
  15. end
  16.